home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / share.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  596 b   |  24 lines

  1. on exitFrame
  2.   if the mouseCast = 8 then
  3.     set the visible of sprite 2 to 0
  4.     set the visible of sprite 3 to 1
  5.     set the visible of sprite 5 to 1
  6.   else
  7.     if the mouseCast = 10 then
  8.       set the visible of sprite 4 to 1
  9.     else
  10.       if the mouseCast = 9 then
  11.         set the visible of sprite 4 to 0
  12.       else
  13.         if the mouseCast = 1 then
  14.           set the visible of sprite 2 to 1
  15.           set the visible of sprite 3 to 0
  16.           set the visible of sprite 4 to 0
  17.           set the visible of sprite 5 to 0
  18.         end if
  19.       end if
  20.     end if
  21.   end if
  22.   go(the frame)
  23. end
  24.